Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Avoid redundant list operations in ListLike #7764

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

s-alexey
Copy link
Contributor

@s-alexey s-alexey commented Mar 7, 2025

  • Removed list() casts and concatenations in __add__ and __radd__ methods of ListLike and NamedListLike containers.

s-alexey and others added 2 commits March 7, 2025 10:58
- Removed `list()` casts and addintion in `__add__` and `__radd__` methods of `ListLike` and `NamedListLike` containers.
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.64%. Comparing base (2f5347e) to head (617670e).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
panel/layout/base.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7764      +/-   ##
==========================================
+ Coverage   86.09%   86.64%   +0.55%     
==========================================
  Files         346      346              
  Lines       52790    52788       -2     
==========================================
+ Hits        45449    45739     +290     
+ Misses       7341     7049     -292     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants